Google Cloud Gke Hub V1 Client - Class GroupVersionKind (0.6.3)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class GroupVersionKind.

A Kubernetes object's GVK

Generated from protobuf message google.cloud.gkehub.configmanagement.v1.GroupVersionKind

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ group string

Kubernetes Group

↳ version string

Kubernetes Version

↳ kind string

Kubernetes Kind

getGroup

Kubernetes Group

Returns
TypeDescription
string

setGroup

Kubernetes Group

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersion

Kubernetes Version

Returns
TypeDescription
string

setVersion

Kubernetes Version

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKind

Kubernetes Kind

Returns
TypeDescription
string

setKind

Kubernetes Kind

Parameter
NameDescription
var string
Returns
TypeDescription
$this