public class CustomDeployBuilder extends CustomDeployFluentImpl<CustomDeployBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CustomDeploy,CustomDeployBuilder>
| Constructor and Description |
|---|
CustomDeployBuilder() |
CustomDeployBuilder(Boolean validationEnabled) |
CustomDeployBuilder(CustomDeploy instance) |
CustomDeployBuilder(CustomDeploy instance,
Boolean validationEnabled) |
CustomDeployBuilder(CustomDeployFluent<?> fluent) |
CustomDeployBuilder(CustomDeployFluent<?> fluent,
Boolean validationEnabled) |
CustomDeployBuilder(CustomDeployFluent<?> fluent,
CustomDeploy instance) |
CustomDeployBuilder(CustomDeployFluent<?> fluent,
CustomDeploy instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
CustomDeploy |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addToAdditionalProperties, addToAdditionalProperties, getAdditionalProperties, getMethod, hasAdditionalProperties, hasMethod, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withMethod, withNewMethodaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic CustomDeployBuilder()
public CustomDeployBuilder(Boolean validationEnabled)
public CustomDeployBuilder(CustomDeployFluent<?> fluent)
public CustomDeployBuilder(CustomDeployFluent<?> fluent, Boolean validationEnabled)
public CustomDeployBuilder(CustomDeployFluent<?> fluent, CustomDeploy instance)
public CustomDeployBuilder(CustomDeployFluent<?> fluent, CustomDeploy instance, Boolean validationEnabled)
public CustomDeployBuilder(CustomDeploy instance)
public CustomDeployBuilder(CustomDeploy instance, Boolean validationEnabled)
public CustomDeploy build()
build in interface io.fabric8.kubernetes.api.builder.Builder<CustomDeploy>public boolean equals(Object o)
equals in class CustomDeployFluentImpl<CustomDeployBuilder>public int hashCode()
hashCode in class CustomDeployFluentImpl<CustomDeployBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.