Class PreConfiguredStorageFluent<A extends PreConfiguredStorageFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.shared.PreConfiguredStorageFluent<A>
-
- Direct Known Subclasses:
PreConfiguredStorageBuilder,StorageConfigFluent.MetricObjectStorageNested,StorageConfigFluent.WriteStorageNested,StorageConfigObjectFluent.MetricObjectStorageNested
public class PreConfiguredStorageFluent<A extends PreConfiguredStorageFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PreConfiguredStorageFluent()PreConfiguredStorageFluent(PreConfiguredStorage instance)
-
Method Summary
-
-
-
Constructor Detail
-
PreConfiguredStorageFluent
public PreConfiguredStorageFluent()
-
PreConfiguredStorageFluent
public PreConfiguredStorageFluent(PreConfiguredStorage instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PreConfiguredStorage instance)
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getServiceAccountProjection
public Boolean getServiceAccountProjection()
-
withServiceAccountProjection
public A withServiceAccountProjection(Boolean serviceAccountProjection)
-
hasServiceAccountProjection
public boolean hasServiceAccountProjection()
-
getTlsSecretMountPath
public String getTlsSecretMountPath()
-
hasTlsSecretMountPath
public boolean hasTlsSecretMountPath()
-
getTlsSecretName
public String getTlsSecretName()
-
hasTlsSecretName
public boolean hasTlsSecretName()
-
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 PreConfiguredStorageFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PreConfiguredStorageFluent<A>>
-
withServiceAccountProjection
public A withServiceAccountProjection()
-
-