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 |
|---|---|
SecretRef |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getSecretKey, getSecretName, hasSecretKey, hasSecretName, withNewSecretKey, withNewSecretName, withSecretKey, withSecretNameaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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 SecretRef 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.