Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1SecretReference
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1SecretReference
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1SecretReference extends Object
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_NAMESPACE
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1SecretReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Name is unique within a namespace to reference a secret resource.StringgetNamespace()Namespace defines the space within which the secret name must be unique.inthashCode()IoK8sApiCoreV1SecretReferencename(String name)IoK8sApiCoreV1SecretReferencenamespace(String namespace)voidsetName(String name)voidsetNamespace(String namespace)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAMESPACE
public static final String JSON_PROPERTY_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public IoK8sApiCoreV1SecretReference name(String name)
-
getName
@Nullable public String getName()
Name is unique within a namespace to reference a secret resource.- Returns:
- name
-
setName
public void setName(String name)
-
namespace
public IoK8sApiCoreV1SecretReference namespace(String namespace)
-
getNamespace
@Nullable public String getNamespace()
Namespace defines the space within which the secret name must be unique.- Returns:
- namespace
-
setNamespace
public void setNamespace(String namespace)
-
-