Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for IPBlock (0.33 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1.NetworkPolicy.yaml

      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      egress:
      - ports:
        - endPort: 3
          port: portValue
          protocol: protocolValue
        to:
        - ipBlock:
            cidr: cidrValue
            except:
            - exceptValue
          namespaceSelector:
            matchExpressions:
            - key: keyValue
              operator: operatorValue
              values:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1.NetworkPolicy.json

                      "operator": "operatorValue",
                      "values": [
                        "valuesValue"
                      ]
                    }
                  ]
                },
                "ipBlock": {
                  "cidr": "cidrValue",
                  "except": [
                    "exceptValue"
                  ]
                }
              }
            ]
          }
        ],
        "egress": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1.NetworkPolicy.json

                      "operator": "operatorValue",
                      "values": [
                        "valuesValue"
                      ]
                    }
                  ]
                },
                "ipBlock": {
                  "cidr": "cidrValue",
                  "except": [
                    "exceptValue"
                  ]
                }
              }
            ]
          }
        ],
        "egress": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.NetworkPolicy.json

                      "operator": "operatorValue",
                      "values": [
                        "valuesValue"
                      ]
                    }
                  ]
                },
                "ipBlock": {
                  "cidr": "cidrValue",
                  "except": [
                    "exceptValue"
                  ]
                }
              }
            ]
          }
        ],
        "egress": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.NetworkPolicy.yaml

      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      egress:
      - ports:
        - endPort: 3
          port: portValue
          protocol: protocolValue
        to:
        - ipBlock:
            cidr: cidrValue
            except:
            - exceptValue
          namespaceSelector:
            matchExpressions:
            - key: keyValue
              operator: operatorValue
              values:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. pkg/apis/extensions/v1beta1/conversion.go

    }
    
    func Convert_v1beta1_IPBlock_To_networking_IPBlock(in *extensionsv1beta1.IPBlock, out *networking.IPBlock, s conversion.Scope) error {
    	out.CIDR = in.CIDR
    
    	out.Except = make([]string, len(in.Except))
    	copy(out.Except, in.Except)
    	return nil
    }
    
    func Convert_networking_IPBlock_To_v1beta1_IPBlock(in *networking.IPBlock, out *extensionsv1beta1.IPBlock, s conversion.Scope) error {
    	out.CIDR = in.CIDR
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/networking/v1/zz_generated.deepcopy.go

    func (in *IPBlock) DeepCopyInto(out *IPBlock) {
    	*out = *in
    	if in.Except != nil {
    		in, out := &in.Except, &out.Except
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPBlock.
    func (in *IPBlock) DeepCopy() *IPBlock {
    	if in == nil {
    		return nil
    	}
    	out := new(IPBlock)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 20K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.NetworkPolicy.json

                      "operator": "operatorValue",
                      "values": [
                        "valuesValue"
                      ]
                    }
                  ]
                },
                "ipBlock": {
                  "cidr": "cidrValue",
                  "except": [
                    "exceptValue"
                  ]
                }
              }
            ]
          }
        ],
        "egress": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1.NetworkPolicy.yaml

      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      egress:
      - ports:
        - endPort: 3
          port: portValue
          protocol: protocolValue
        to:
        - ipBlock:
            cidr: cidrValue
            except:
            - exceptValue
          namespaceSelector:
            matchExpressions:
            - key: keyValue
              operator: operatorValue
              values:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/networking.k8s.io.v1.NetworkPolicy.json

                      "operator": "operatorValue",
                      "values": [
                        "valuesValue"
                      ]
                    }
                  ]
                },
                "ipBlock": {
                  "cidr": "cidrValue",
                  "except": [
                    "exceptValue"
                  ]
                }
              }
            ]
          }
        ],
        "egress": [
          {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top