Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static ServiceAccount.ApiVersion |
ServiceAccount.ApiVersion.fromValue(String value) |
ServiceAccount.ApiVersion |
ServiceAccountFluent.getApiVersion() |
ServiceAccount.ApiVersion |
ServiceAccount.getApiVersion()
(Required)
|
static ServiceAccount.ApiVersion |
ServiceAccount.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceAccount.ApiVersion[] |
ServiceAccount.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 |
ServiceAccount.setApiVersion(ServiceAccount.ApiVersion apiVersion)
(Required)
|
T |
ServiceAccountFluent.withApiVersion(ServiceAccount.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableServiceAccount(ServiceAccount.ApiVersion apiVersion,
List<LocalObjectReference> imagePullSecrets,
String kind,
ObjectMeta metadata,
List<ObjectReference> secrets) |
ServiceAccount(ServiceAccount.ApiVersion apiVersion,
List<LocalObjectReference> imagePullSecrets,
String kind,
ObjectMeta metadata,
List<ObjectReference> secrets) |
Copyright © 2011–2015 Red Hat. All rights reserved.