public class APIServiceSpecFluent<A extends APIServiceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
APIServiceSpecFluent.ServiceNested<N> |
| Constructor and Description |
|---|
APIServiceSpecFluent() |
APIServiceSpecFluent(APIServiceSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic APIServiceSpecFluent()
public APIServiceSpecFluent(APIServiceSpec instance)
protected void copyInstance(APIServiceSpec instance)
public String getCaBundle()
public boolean hasCaBundle()
public String getGroup()
public boolean hasGroup()
public Integer getGroupPriorityMinimum()
public boolean hasGroupPriorityMinimum()
public Boolean getInsecureSkipTLSVerify()
public boolean hasInsecureSkipTLSVerify()
public ServiceReference buildService()
public A withService(ServiceReference service)
public boolean hasService()
public APIServiceSpecFluent.ServiceNested<A> withNewService()
public APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(ServiceReference item)
public APIServiceSpecFluent.ServiceNested<A> editService()
public APIServiceSpecFluent.ServiceNested<A> editOrNewService()
public APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(ServiceReference item)
public String getVersion()
public boolean hasVersion()
public Integer getVersionPriority()
public boolean hasVersionPriority()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServiceSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends APIServiceSpecFluent<A>>public A withInsecureSkipTLSVerify()
Copyright © 2015–2023 Red Hat. All rights reserved.