Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for IPBlock (0.27 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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