ResourceOptions class
ResourceOptions represent options for Kubernetes resource generation.
Constructors
- ResourceOptions({String? connectVersion, String? k8sVersion, bool? v1beta1Crd})
- ResourceOptions.fromJson(Map json_)
Properties
- connectVersion ↔ String?
-
The Connect agent version to use for connect_resources.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- k8sVersion ↔ String?
-
Major version of the Kubernetes cluster.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- v1beta1Crd ↔ bool?
-
Use
apiextensions/v1beta1
instead ofapiextensions/v1
for CustomResourceDefinition resources.getter/setter pair
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