IngressClassParametersReference class
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
Constructors
- IngressClassParametersReference({String? apiGroup, required String kind, required String name, String? namespace, String? scope})
-
Default constructor.
const
-
IngressClassParametersReference.fromJson(Map<
String, dynamic> json) -
Creates a IngressClassParametersReference from JSON data.
factory
Properties
- apiGroup → String?
-
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → String
-
kind is the type of resource being referenced.
final
- name → String
-
name is the name of resource being referenced.
final
- namespace → String?
-
namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → String?
-
scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace".
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> - Converts a IngressClassParametersReference instance to JSON data.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited