Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for NamespaceId (0.21 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

      names:
        categories:
        - gateway-api
        kind: Gateway
        listKind: GatewayList
        plural: gateways
        shortNames:
        - gtw
        singular: gateway
      scope: Namespaced
      versions:
      - additionalPrinterColumns:
        - jsonPath: .spec.gatewayClassName
          name: Class
          type: string
        - jsonPath: .status.addresses[*].value
          name: Address
          type: string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    					Versions: []apiextensions.CustomResourceDefinitionVersion{
    						{
    							Name:    "version2",
    							Served:  true,
    							Storage: true,
    						},
    					},
    					Scope: apiextensions.ResourceScope("Namespaced"),
    					Names: apiextensions.CustomResourceDefinitionNames{
    						Plural:   "plural2",
    						Singular: "singular2",
    						Kind:     "kind2",
    						ListKind: "listkind2",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	FSGroupChangePolicy *PodFSGroupChangePolicy
    	// Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported
    	// sysctls (by the container runtime) might fail to launch.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	Sysctls []Sysctl
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.15.md

    - Object count quota is now supported for namespaced custom resources using the `count/<resource>.<group>` syntax. ([#72384](https://github.com/kubernetes/kubernetes/pull/72384), [@zhouhaibing089](https://github.com/zhouhaibing089))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation.go

    	AllowInvalidTopologySpreadConstraintLabelSelector bool
    	// Allow projected token volumes with non-local paths
    	AllowNonLocalProjectedTokenPath bool
    	// Allow namespaced sysctls in hostNet and hostIPC pods
    	AllowNamespacedSysctlsForHostNetAndHostIPC bool
    	// The top-level resource being validated is a Pod, not just a PodSpec
    	// embedded in some other resource.
    	ResourceIsPod bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.9.md

      For more information, see [#47131](https://github.com/kubernetes/kubernetes/issues/47131)
    
    *   If a namespaced resource is owned by a cluster scoped resource, and the namespaced dependent is processed before the cluster scoped owner has ever been observed by the garbage collector, the dependent will be erroneously deleted.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.21.md

    - Fixed an issue with garbage collection failing to clean up namespaced children of an object also referenced incorrectly by cluster-scoped children ([#98068](https://github.com/kubernetes/kubernetes/pull/98068), [@liggitt](https://github.com/liggitt)) [SIG API Machinery and Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	FSGroup *int64 `json:"fsGroup,omitempty" protobuf:"varint,5,opt,name=fsGroup"`
    	// Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported
    	// sysctls (by the container runtime) might fail to launch.
    	// Note that this field cannot be set when spec.os.name is windows.
    	// +optional
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.22.md

    ### CVE-2022-3162: Unauthorized read of Custom Resources
    
    A security issue was discovered in Kubernetes where users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group they are not authorized to read.
    
    **Affected Versions**:
      - kube-apiserver v1.25.0 - v1.25.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.26.md

    - Kubectl apply: warning that kubectl will ignore no-namespaced resource `pv & namespace` in a future release if the namespace is specified and allowlist is not specified. ([#110907](https://github.com/kubernetes/kubernetes/pull/110907), [@pacoxu](https://github.com/pacoxu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top