Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for owner1 (0.15 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                      a ReferenceGrant object is required in the referent namespace to allow that
                                      namespace's owner to accept the reference. See the ReferenceGrant
                                      documentation for details.
    
    
                                      Support: Core
                                    maxLength: 63
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "API version of the referent.",
                "type": "string"
              },
              "blockOwnerDeletion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "API version of the referent.",
                "type": "string"
              },
              "blockOwnerDeletion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Server-side apply behavior has been regularized in the case where a field is removed from the applied configuration. Removed fields which have no other owners are deleted from the live object, or reset to their default value if they have one. Safe ownership transfers, such as the transfer of a `replicas` field from a user to an HPA without resetting to the default value are documented in [Transferring ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Statfs_t struct, Mntonname [1024]int8
    pkg syscall (freebsd-arm64), type Statfs_t struct, Namemax uint32
    pkg syscall (freebsd-arm64), type Statfs_t struct, Owner uint32
    pkg syscall (freebsd-arm64), type Statfs_t struct, Spare [10]uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Syncreads uint64
    pkg syscall (freebsd-arm64), type Statfs_t struct, Syncwrites uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Statfs_t struct, Mntonname [1024]int8 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Namemax uint32 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Owner uint32 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Spare [10]uint64 #53466
    pkg syscall (freebsd-riscv64), type Statfs_t struct, Syncreads uint64 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Statfs_t.Mntfromname", Field, 0},
    		{"Statfs_t.Mntonname", Field, 0},
    		{"Statfs_t.Mount_info", Field, 2},
    		{"Statfs_t.Namelen", Field, 0},
    		{"Statfs_t.Namemax", Field, 0},
    		{"Statfs_t.Owner", Field, 0},
    		{"Statfs_t.Pad_cgo_0", Field, 0},
    		{"Statfs_t.Pad_cgo_1", Field, 2},
    		{"Statfs_t.Reserved", Field, 0},
    		{"Statfs_t.Spare", Field, 0},
    		{"Statfs_t.Syncreads", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    			claim: func() *core.PersistentVolumeClaim {
    				claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
    				claim.DeletionGracePeriodSeconds = &ten
    				return claim
    			}(),
    		},
    		"with-owner-references": {
    			isExpectedFailure: ephemeral,
    			claim: func() *core.PersistentVolumeClaim {
    				claim := testVolumeClaim(goodName, goodNS, goodClaimSpec)
    				claim.OwnerReferences = []metav1.OwnerReference{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top