Interface V1Networking.IngressRuleValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Networking.IngressRuleValue, V1Networking.IngressRuleValue.Builder
Enclosing class:
V1Networking

public static interface V1Networking.IngressRuleValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    +optional
    +optional
    boolean
    +optional

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasHttp

      boolean hasHttp()
       +optional
       
      optional .k8s.io.api.networking.v1.HTTPIngressRuleValue http = 1;
    • getHttp

       +optional
       
      optional .k8s.io.api.networking.v1.HTTPIngressRuleValue http = 1;
    • getHttpOrBuilder

       +optional
       
      optional .k8s.io.api.networking.v1.HTTPIngressRuleValue http = 1;