Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for IPBlock (0.35 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    }
    
    func (HTTPIngressRuleValue) SwaggerDoc() map[string]string {
    	return map_HTTPIngressRuleValue
    }
    
    var map_IPBlock = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

    }
    
    // DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock.
    // IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed
    // to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs
    // that should not be included within this rule.
    message IPBlock {
      // CIDR is a string representing the IP Block
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

    }
    
    // DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock.
    // IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed
    // to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs
    // that should not be included within this rule.
    message IPBlock {
      // CIDR is a string representing the IP Block
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    var xxx_messageInfo_HTTPIngressRuleValue proto.InternalMessageInfo
    
    func (m *IPBlock) Reset()      { *m = IPBlock{} }
    func (*IPBlock) ProtoMessage() {}
    func (*IPBlock) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{15}
    }
    func (m *IPBlock) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *IPBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "properties": {
              "ipBlock": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1.IPBlock"
                  }
                ],
                "description": "ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be."
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"ipBlock": {
    						SchemaProps: spec.SchemaProps{
    							Description: "IPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be.",
    							Ref:         ref("k8s.io/api/extensions/v1beta1.IPBlock"),
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "ipBlock": {
              "$ref": "#/definitions/io.k8s.api.networking.v1.IPBlock",
              "description": "ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be."
            },
            "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

          "properties": {
            "ipBlock": {
              "$ref": "#/definitions/io.k8s.api.networking.v1.IPBlock",
              "description": "ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be."
            },
            "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.8.md

    * kubectl rollout `history`, `status`, and `undo` subcommands now support StatefulSets. ([#49674](https://github.com/kubernetes/kubernetes/pull/49674), [@crimsonfaith91](https://github.com/crimsonfaith91))
    * Add IPBlock to Network Policy ([#50033](https://github.com/kubernetes/kubernetes/pull/50033), [@cmluciano](https://github.com/cmluciano))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.9.md

    * kubectl rollout `history`, `status`, and `undo` subcommands now support StatefulSets. ([#49674](https://github.com/kubernetes/kubernetes/pull/49674), [@crimsonfaith91](https://github.com/crimsonfaith91))
    * Add IPBlock to Network Policy ([#50033](https://github.com/kubernetes/kubernetes/pull/50033), [@cmluciano](https://github.com/cmluciano))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top