Class V1alpha1ParamRef
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1ParamRef
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1ParamRef
extends Object
ParamRef references a parameter resource
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Name of the resource being referenced.Namespace of the referenced resource.int
hashCode()
Set name in a chainable fashion.Set namespace in a chainable fashion.void
Set the name property valuevoid
setNamespace
(String namespace) Set the namespace property valuetoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
-
Constructor Details
-
V1alpha1ParamRef
public V1alpha1ParamRef()
-
-
Method Details
-
getName
Name of the 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 V1alpha1ParamRef for chaining.
-
getNamespace
Namespace of the referenced resource. Should be empty for the cluster-scoped resources- Returns:
- the namespace property value
-
setNamespace
Set the namespace property value -
namespace
Set namespace in a chainable fashion.- Returns:
- The same instance of V1alpha1ParamRef for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-