Class APIServerEncryptionFluent<A extends APIServerEncryptionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.APIServerEncryptionFluent<A>
-
- Direct Known Subclasses:
APIServerEncryptionBuilder,APIServerSpecFluent.EncryptionNested
public class APIServerEncryptionFluent<A extends APIServerEncryptionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAPIServerEncryptionFluent.KmsNested<N>
-
Constructor Summary
Constructors Constructor Description APIServerEncryptionFluent()APIServerEncryptionFluent(APIServerEncryption instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)KMSConfigbuildKms()protected voidcopyInstance(APIServerEncryption instance)APIServerEncryptionFluent.KmsNested<A>editKms()APIServerEncryptionFluent.KmsNested<A>editOrNewKms()APIServerEncryptionFluent.KmsNested<A>editOrNewKmsLike(KMSConfig item)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetType()booleanhasAdditionalProperties()inthashCode()booleanhasKms()booleanhasType()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithKms(KMSConfig kms)APIServerEncryptionFluent.KmsNested<A>withNewKms()APIServerEncryptionFluent.KmsNested<A>withNewKmsLike(KMSConfig item)AwithType(String type)
-
-
-
Constructor Detail
-
APIServerEncryptionFluent
public APIServerEncryptionFluent()
-
APIServerEncryptionFluent
public APIServerEncryptionFluent(APIServerEncryption instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(APIServerEncryption instance)
-
buildKms
public KMSConfig buildKms()
-
hasKms
public boolean hasKms()
-
withNewKms
public APIServerEncryptionFluent.KmsNested<A> withNewKms()
-
withNewKmsLike
public APIServerEncryptionFluent.KmsNested<A> withNewKmsLike(KMSConfig item)
-
editKms
public APIServerEncryptionFluent.KmsNested<A> editKms()
-
editOrNewKms
public APIServerEncryptionFluent.KmsNested<A> editOrNewKms()
-
editOrNewKmsLike
public APIServerEncryptionFluent.KmsNested<A> editOrNewKmsLike(KMSConfig item)
-
getType
public String getType()
-
hasType
public boolean hasType()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServerEncryptionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServerEncryptionFluent<A>>
-
-