Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for NetworkPolicyPeer (0.34 sec)

  1. staging/src/k8s.io/api/networking/v1/generated.proto

    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
    // fields are allowed
    message NetworkPolicyPeer {
      // 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1/generated.proto

    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
    // fields are allowed
    message NetworkPolicyPeer {
      // 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/types.go

    }
    
    // NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of
    // fields are allowed
    type NetworkPolicyPeer struct {
    	// 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

    }
    
    // DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.
    message NetworkPolicyPeer {
      // This 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
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

    }
    
    // DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer.
    message NetworkPolicyPeer {
      // This 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "group": "networking.k8s.io",
                "kind": "NetworkPolicyList",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.networking.v1.NetworkPolicyPeer": {
            "description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed",
            "properties": {
              "ipBlock": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    										Default: map[string]interface{}{},
    										Ref:     ref("k8s.io/api/extensions/v1beta1.NetworkPolicyPeer"),
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/extensions/v1beta1.NetworkPolicyPeer", "k8s.io/api/extensions/v1beta1.NetworkPolicyPort"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "group": "networking.k8s.io",
              "kind": "NetworkPolicyList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.networking.v1.NetworkPolicyPeer": {
          "description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed",
          "properties": {
            "ipBlock": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top