Interface V1APIServiceSpecFluent<A extends V1APIServiceSpecFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1APIServiceFluent.SpecNested<N>
All Known Implementing Classes:
V1APIServiceSpecBuilder, V1APIServiceSpecFluentImpl

public interface V1APIServiceSpecFluent<A extends V1APIServiceSpecFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • withCaBundle

      A withCaBundle(byte... caBundle)
    • getCaBundle

      byte[] getCaBundle()
    • addToCaBundle

      A addToCaBundle(Integer index, Byte item)
    • setToCaBundle

      A setToCaBundle(Integer index, Byte item)
    • addToCaBundle

      A addToCaBundle(Byte... items)
    • addAllToCaBundle

      A addAllToCaBundle(Collection<Byte> items)
    • removeFromCaBundle

      A removeFromCaBundle(Byte... items)
    • removeAllFromCaBundle

      A removeAllFromCaBundle(Collection<Byte> items)
    • hasCaBundle

      Boolean hasCaBundle()
    • getGroup

      String getGroup()
    • withGroup

      A withGroup(String group)
    • hasGroup

      Boolean hasGroup()
    • getGroupPriorityMinimum

      Integer getGroupPriorityMinimum()
    • withGroupPriorityMinimum

      A withGroupPriorityMinimum(Integer groupPriorityMinimum)
    • hasGroupPriorityMinimum

      Boolean hasGroupPriorityMinimum()
    • getInsecureSkipTLSVerify

      Boolean getInsecureSkipTLSVerify()
    • withInsecureSkipTLSVerify

      A withInsecureSkipTLSVerify(Boolean insecureSkipTLSVerify)
    • hasInsecureSkipTLSVerify

      Boolean hasInsecureSkipTLSVerify()
    • getService

      @Deprecated io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference getService()
      Deprecated.
      This method has been deprecated, please use method buildService instead.
      Returns:
      The buildable object.
    • buildService

      io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference buildService()
    • withService

      A withService(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference service)
    • hasService

      Boolean hasService()
    • withNewService

    • withNewServiceLike

      V1APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference item)
    • editService

    • editOrNewService

    • editOrNewServiceLike

      V1APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(io.kubernetes.client.openapi.models.ApiregistrationV1ServiceReference item)
    • getVersion

      String getVersion()
    • withVersion

      A withVersion(String version)
    • hasVersion

      Boolean hasVersion()
    • getVersionPriority

      Integer getVersionPriority()
    • withVersionPriority

      A withVersionPriority(Integer versionPriority)
    • hasVersionPriority

      Boolean hasVersionPriority()
    • withInsecureSkipTLSVerify

      A withInsecureSkipTLSVerify()