Class V1IngressClassParametersReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressClassParametersReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1IngressClassParametersReference
extends Object
IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet apiGroup in a chainable fashion.boolean
apiGroup is the group for the resource being referenced.getKind()
kind is the type of resource being referenced.getName()
name is the name of resource being referenced.namespace is the namespace of the resource being referenced.getScope()
scope represents if this refers to a cluster or namespace scoped resource.int
hashCode()
Set kind in a chainable fashion.Set name in a chainable fashion.Set namespace in a chainable fashion.Set scope in a chainable fashion.void
setApiGroup
(String apiGroup) Set the apiGroup property valuevoid
Set the kind property valuevoid
Set the name property valuevoid
setNamespace
(String namespace) Set the namespace property valuevoid
Set the scope property valuetoString()
-
Field Details
-
JSON_PROPERTY_API_GROUP
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
-
Constructor Details
-
V1IngressClassParametersReference
-
-
Method Details
-
getApiGroup
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.- Returns:
- the apiGroup property value
-
setApiGroup
Set the apiGroup property value -
apiGroup
Set apiGroup in a chainable fashion.- Returns:
- The same instance of V1IngressClassParametersReference for chaining.
-
getKind
kind is the type of resource being referenced.- Returns:
- the kind property value
-
setKind
Set the kind property value -
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1IngressClassParametersReference for chaining.
-
getName
name is the name of resource being referenced.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1IngressClassParametersReference for chaining.
-
getNamespace
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\".- Returns:
- the namespace property value
-
setNamespace
Set the namespace property value -
namespace
Set namespace in a chainable fashion.- Returns:
- The same instance of V1IngressClassParametersReference for chaining.
-
getScope
scope represents if this refers to a cluster or namespace scoped resource. This may be set to \"Cluster\" (default) or \"Namespace\".- Returns:
- the scope property value
-
setScope
Set the scope property value -
scope
Set scope in a chainable fashion.- Returns:
- The same instance of V1IngressClassParametersReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-