| Modifier and Type | Method and Description |
|---|---|
static V1alpha3CertificateSpec.UsagesEnum |
V1alpha3CertificateSpec.UsagesEnum.fromValue(String value) |
V1alpha3CertificateSpec.UsagesEnum |
V1alpha3CertificateSpec.UsagesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1alpha3CertificateSpec.UsagesEnum |
V1alpha3CertificateSpec.UsagesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1alpha3CertificateSpec.UsagesEnum[] |
V1alpha3CertificateSpec.UsagesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha3CertificateSpec.UsagesEnum> |
V1alpha3CertificateSpec.getUsages()
Usages is the set of x509 usages that are requested for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha3CertificateSpec |
V1alpha3CertificateSpec.addUsagesItem(V1alpha3CertificateSpec.UsagesEnum usagesItem) |
void |
V1alpha3CertificateSpec.UsagesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1alpha3CertificateSpec.UsagesEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1alpha3CertificateSpec.setUsages(List<V1alpha3CertificateSpec.UsagesEnum> usages) |
V1alpha3CertificateSpec |
V1alpha3CertificateSpec.usages(List<V1alpha3CertificateSpec.UsagesEnum> usages) |
Copyright © 2020. All rights reserved.