public class V1SecretReference extends Object
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 V1SecretReference name(String name)
public String getName()
public void setName(String name)
public V1SecretReference namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2019. All rights reserved.