Class Generated.NetworkPolicyPeer

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Generated.NetworkPolicyPeerOrBuilder
    Enclosing class:
    Generated

    public static final class Generated.NetworkPolicyPeer
    extends com.google.protobuf.GeneratedMessageV3
    implements Generated.NetworkPolicyPeerOrBuilder
     NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
     fields are allowed
     
    Protobuf type k8s.io.api.networking.v1.NetworkPolicyPeer
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasPodSelector

        public boolean hasPodSelector()
         podSelector is a label selector which selects pods. This field follows standard label
         selector semantics; if present but empty, it selects all pods.
        
         If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
         the pods matching podSelector in the Namespaces selected by NamespaceSelector.
         Otherwise it selects the pods matching podSelector in the policy's own namespace.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;
        Specified by:
        hasPodSelector in interface Generated.NetworkPolicyPeerOrBuilder
        Returns:
        Whether the podSelector field is set.
      • getPodSelector

        public Generated.LabelSelector getPodSelector()
         podSelector is a label selector which selects pods. This field follows standard label
         selector semantics; if present but empty, it selects all pods.
        
         If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
         the pods matching podSelector in the Namespaces selected by NamespaceSelector.
         Otherwise it selects the pods matching podSelector in the policy's own namespace.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;
        Specified by:
        getPodSelector in interface Generated.NetworkPolicyPeerOrBuilder
        Returns:
        The podSelector.
      • getPodSelectorOrBuilder

        public Generated.LabelSelectorOrBuilder getPodSelectorOrBuilder()
         podSelector is a label selector which selects pods. This field follows standard label
         selector semantics; if present but empty, it selects all pods.
        
         If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects
         the pods matching podSelector in the Namespaces selected by NamespaceSelector.
         Otherwise it selects the pods matching podSelector in the policy's own namespace.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;
        Specified by:
        getPodSelectorOrBuilder in interface Generated.NetworkPolicyPeerOrBuilder
      • hasNamespaceSelector

        public boolean hasNamespaceSelector()
         namespaceSelector selects namespaces using cluster-scoped labels. This field follows
         standard label selector semantics; if present but empty, it selects all namespaces.
        
         If podSelector is also set, then the NetworkPolicyPeer as a whole selects
         the pods matching podSelector in the namespaces selected by namespaceSelector.
         Otherwise it selects all pods in the namespaces selected by namespaceSelector.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 2;
        Specified by:
        hasNamespaceSelector in interface Generated.NetworkPolicyPeerOrBuilder
        Returns:
        Whether the namespaceSelector field is set.
      • getNamespaceSelector

        public Generated.LabelSelector getNamespaceSelector()
         namespaceSelector selects namespaces using cluster-scoped labels. This field follows
         standard label selector semantics; if present but empty, it selects all namespaces.
        
         If podSelector is also set, then the NetworkPolicyPeer as a whole selects
         the pods matching podSelector in the namespaces selected by namespaceSelector.
         Otherwise it selects all pods in the namespaces selected by namespaceSelector.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 2;
        Specified by:
        getNamespaceSelector in interface Generated.NetworkPolicyPeerOrBuilder
        Returns:
        The namespaceSelector.
      • getNamespaceSelectorOrBuilder

        public Generated.LabelSelectorOrBuilder getNamespaceSelectorOrBuilder()
         namespaceSelector selects namespaces using cluster-scoped labels. This field follows
         standard label selector semantics; if present but empty, it selects all namespaces.
        
         If podSelector is also set, then the NetworkPolicyPeer as a whole selects
         the pods matching podSelector in the namespaces selected by namespaceSelector.
         Otherwise it selects all pods in the namespaces selected by namespaceSelector.
         +optional
         
        optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 2;
        Specified by:
        getNamespaceSelectorOrBuilder in interface Generated.NetworkPolicyPeerOrBuilder
      • hasIpBlock

        public boolean hasIpBlock()
         ipBlock defines policy on a particular IPBlock. If this field is set then
         neither of the other fields can be.
         +optional
         
        optional .k8s.io.api.networking.v1.IPBlock ipBlock = 3;
        Specified by:
        hasIpBlock in interface Generated.NetworkPolicyPeerOrBuilder
        Returns:
        Whether the ipBlock field is set.
      • getIpBlock

        public Generated.IPBlock getIpBlock()
         ipBlock defines policy on a particular IPBlock. If this field is set then
         neither of the other fields can be.
         +optional
         
        optional .k8s.io.api.networking.v1.IPBlock ipBlock = 3;
        Specified by:
        getIpBlock in interface Generated.NetworkPolicyPeerOrBuilder
        Returns:
        The ipBlock.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Generated.NetworkPolicyPeer parseFrom​(ByteBuffer data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.NetworkPolicyPeer parseFrom​(ByteBuffer data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.NetworkPolicyPeer parseFrom​(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.NetworkPolicyPeer parseFrom​(com.google.protobuf.ByteString data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.NetworkPolicyPeer parseFrom​(byte[] data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Generated.NetworkPolicyPeer parseFrom​(byte[] data,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public Generated.NetworkPolicyPeer.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Generated.NetworkPolicyPeer.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Generated.NetworkPolicyPeer.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Generated.NetworkPolicyPeer> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Generated.NetworkPolicyPeer getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder