Skip to content

Commit

Permalink
Merge pull request #959 from renan-campos/wif
Browse files Browse the repository at this point in the history
CS: Adding kind and id field to gcp authentication structure
  • Loading branch information
robpblake authored Jul 19, 2024
2 parents 8d99da4 + 269e4ca commit 708a6d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions model/clusters_mgmt/v1/gcp_authentication_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ limitations under the License.

// Google cloud platform authentication method of a cluster.
struct GcpAuthentication {
// Self Link
// Indicates the type of this object
Kind String

// Unique identifier of the object
Id String

// Self link
Href String
}
}

0 comments on commit 708a6d6

Please sign in to comment.