public class SecretRefBuilder extends SecretRefFluentImpl<SecretRefBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SecretRef,SecretRefBuilder>
| Constructor and Description |
|---|
SecretRefBuilder() |
SecretRefBuilder(Boolean validationEnabled) |
SecretRefBuilder(SecretRef instance) |
SecretRefBuilder(SecretRef instance,
Boolean validationEnabled) |
SecretRefBuilder(SecretRefFluent<?> fluent) |
SecretRefBuilder(SecretRefFluent<?> fluent,
Boolean validationEnabled) |
SecretRefBuilder(SecretRefFluent<?> fluent,
SecretRef instance) |
SecretRefBuilder(SecretRefFluent<?> fluent,
SecretRef instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
EditableSecretRef |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getNamespace, getSecretKey, getSecretName, hasNamespace, hasSecretKey, hasSecretName, withNamespace, withNewNamespace, withNewNamespace, withNewNamespace, withNewSecretKey, withNewSecretKey, withNewSecretKey, withNewSecretName, withNewSecretName, withNewSecretName, withSecretKey, withSecretNameaccept, accept, aggregate, aggregate, build, build, builderOfpublic SecretRefBuilder()
public SecretRefBuilder(Boolean validationEnabled)
public SecretRefBuilder(SecretRefFluent<?> fluent)
public SecretRefBuilder(SecretRefFluent<?> fluent, Boolean validationEnabled)
public SecretRefBuilder(SecretRefFluent<?> fluent, SecretRef instance)
public SecretRefBuilder(SecretRefFluent<?> fluent, SecretRef instance, Boolean validationEnabled)
public SecretRefBuilder(SecretRef instance)
public EditableSecretRef build()
build in interface io.fabric8.kubernetes.api.builder.Builder<SecretRef>public boolean equals(Object o)
equals in class SecretRefFluentImpl<SecretRefBuilder>public int hashCode()
hashCode in class SecretRefFluentImpl<SecretRefBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.