KubernetesResource class
KubernetesResource contains the YAML manifests and configuration for Membership Kubernetes resources in the cluster.
After CreateMembership or UpdateMembership, these resources should be re-applied in the cluster.
Constructors
-
KubernetesResource({List<
ResourceManifest> ? connectResources, String? membershipCrManifest, List<ResourceManifest> ? membershipResources, ResourceOptions? resourceOptions}) - KubernetesResource.fromJson(Map json_)
Properties
-
connectResources
↔ List<
ResourceManifest> ? -
The Kubernetes resources for installing the GKE Connect agent This field
is only populated in the Membership returned from a successful
long-running operation from CreateMembership or UpdateMembership.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- membershipCrManifest ↔ String?
-
Input only.
getter/setter pair
-
membershipResources
↔ List<
ResourceManifest> ? -
Additional Kubernetes resources that need to be applied to the cluster
after Membership creation, and after every update.
getter/setter pair
- resourceOptions ↔ ResourceOptions?
-
Options for Kubernetes resource generation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited