Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class KubernetesSecret.
Information about a Kubernetes Secret
Generated from protobuf message google.cloud.gkemulticloud.v1.KubernetesSecret
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the kubernetes secret. |
↳ namespace |
string
Namespace in which the kubernetes secret is stored. |
getName
Name of the kubernetes secret.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the kubernetes secret.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNamespace
Namespace in which the kubernetes secret is stored.
Returns | |
---|---|
Type | Description |
string |
setNamespace
Namespace in which the kubernetes secret is stored.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |