@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1SecretReference extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NAMESPACE |
Constructor and Description |
---|
V1SecretReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Name is unique within a namespace to reference a secret resource.
|
String |
getNamespace()
Namespace defines the space within which the secret name must be unique.
|
int |
hashCode() |
V1SecretReference |
name(String name) |
V1SecretReference |
namespace(String namespace) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAMESPACE
public V1SecretReference name(String name)
@Nullable public String getName()
public void setName(String name)
public V1SecretReference namespace(String namespace)
@Nullable public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2020. All rights reserved.