public class SecretTLSBuilder extends SecretTLSFluentImpl<SecretTLSBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SecretTLS,SecretTLSBuilder>
| Constructor and Description |
|---|
SecretTLSBuilder() |
SecretTLSBuilder(Boolean validationEnabled) |
SecretTLSBuilder(SecretTLS instance) |
SecretTLSBuilder(SecretTLS instance,
Boolean validationEnabled) |
SecretTLSBuilder(SecretTLSFluent<?> fluent) |
SecretTLSBuilder(SecretTLSFluent<?> fluent,
Boolean validationEnabled) |
SecretTLSBuilder(SecretTLSFluent<?> fluent,
SecretTLS instance) |
SecretTLSBuilder(SecretTLSFluent<?> fluent,
SecretTLS instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
SecretTLS |
build() |
equals, getSecretName, hashCode, hasSecretName, toString, withSecretNameaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretTLSBuilder()
public SecretTLSBuilder(Boolean validationEnabled)
public SecretTLSBuilder(SecretTLSFluent<?> fluent)
public SecretTLSBuilder(SecretTLSFluent<?> fluent, Boolean validationEnabled)
public SecretTLSBuilder(SecretTLSFluent<?> fluent, SecretTLS instance)
public SecretTLSBuilder(SecretTLSFluent<?> fluent, SecretTLS instance, Boolean validationEnabled)
public SecretTLSBuilder(SecretTLS instance)
Copyright © 2015–2022 Red Hat. All rights reserved.