Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static Secret.ApiVersion |
Secret.ApiVersion.fromValue(String value) |
Secret.ApiVersion |
SecretFluent.getApiVersion() |
Secret.ApiVersion |
Secret.getApiVersion()
(Required)
|
static Secret.ApiVersion |
Secret.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Secret.ApiVersion[] |
Secret.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Secret.setApiVersion(Secret.ApiVersion apiVersion)
(Required)
|
T |
SecretFluent.withApiVersion(Secret.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableSecret(Secret.ApiVersion apiVersion,
Map<String,String> data,
String kind,
ObjectMeta metadata,
String type) |
Secret(Secret.ApiVersion apiVersion,
Map<String,String> data,
String kind,
ObjectMeta metadata,
String type) |
Copyright © 2011–2015 Red Hat. All rights reserved.