Properties of a Feature.
Package
@google-cloud/gke-hub!Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
Feature createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
deleteTime
deleteTime?: (google.protobuf.ITimestamp|null);
Feature deleteTime
Type | Description |
(google.protobuf.ITimestamp|null) |
labels
labels?: ({ [k: string]: string }|null);
Feature labels
Type | Description |
({ [k: string]: string }|null) |
membershipSpecs
membershipSpecs?: ({ [k: string]: google.cloud.gkehub.v1beta.IMembershipFeatureSpec }|null);
Feature membershipSpecs
Type | Description |
({ [k: string]: google.cloud.gkehub.v1beta.IMembershipFeatureSpec }|null) |
membershipStates
membershipStates?: ({ [k: string]: google.cloud.gkehub.v1beta.IMembershipFeatureState }|null);
Feature membershipStates
Type | Description |
({ [k: string]: google.cloud.gkehub.v1beta.IMembershipFeatureState }|null) |
name
name?: (string|null);
Feature name
Type | Description |
(string|null) |
resourceState
resourceState?: (google.cloud.gkehub.v1beta.IFeatureResourceState|null);
Feature resourceState
Type | Description |
(google.cloud.gkehub.v1beta.IFeatureResourceState|null) |
spec
spec?: (google.cloud.gkehub.v1beta.ICommonFeatureSpec|null);
Feature spec
Type | Description |
(google.cloud.gkehub.v1beta.ICommonFeatureSpec|null) |
state
state?: (google.cloud.gkehub.v1beta.ICommonFeatureState|null);
Feature state
Type | Description |
(google.cloud.gkehub.v1beta.ICommonFeatureState|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Feature updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |