Class V1SecretReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1SecretReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1SecretReference
extends Object
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
name is unique within a namespace to reference a secret resource.namespace defines the space within which the secret name must be unique.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
-
V1SecretReference
public V1SecretReference()
-
-
Method Details
-
getName
name is unique within a namespace to reference a secret resource.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1SecretReference for chaining.
-
getNamespace
namespace defines the space within which the secret name must be unique.- Returns:
- the namespace property value
-
setNamespace
Set the namespace property value -
namespace
Set namespace in a chainable fashion.- Returns:
- The same instance of V1SecretReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-