Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for FooStatus (0.25 sec)

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

                        state of this API Resource. --- This struct is intended for direct
                        use as an array at the field path .status.conditions.  For example,
                        \n type FooStatus struct{ // Represents the observations of a
                        foo's current state. // Known .status.conditions.type are: \"Available\",
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              is intended for direct use as an array at the field path
                              .status.conditions.  For example,\n\n\n\ttype FooStatus
                              struct{\n\t    // Represents the observations of a foo's
                              current state.\n\t    // Known .status.conditions.type are:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    }
    
    // Condition contains details for one aspect of the current state of this API Resource.
    // ---
    // This struct is intended for direct use as an array at the field path .status.conditions.  For example,
    //
    // 	type FooStatus struct{
    // 	    // Represents the observations of a foo's current state.
    // 	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    // 	    // +patchMergeKey=type
    // 	    // +patchStrategy=merge
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    }
    
    // Condition contains details for one aspect of the current state of this API Resource.
    // ---
    // This struct is intended for direct use as an array at the field path .status.conditions.  For example,
    //
    // 	type FooStatus struct{
    // 	    // Represents the observations of a foo's current state.
    // 	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    // 	    // +patchMergeKey=type
    // 	    // +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers_test.go

    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Status: api.NamespaceStatus{
    					Phase: "FooStatus",
    				},
    			},
    			// Columns: Name, Status, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"namespace1", "FooStatus", "0s"}}},
    		},
    		// Basic namespace without status or age.
    		{
    			namespace: api.Namespace{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    // Condition contains details for one aspect of the current state of this API Resource.
    // ---
    // This struct is intended for direct use as an array at the field path .status.conditions.  For example,
    //
    //	type FooStatus struct{
    //	    // Represents the observations of a foo's current state.
    //	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    //	    // +patchMergeKey=type
    //	    // +patchStrategy=merge
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
Back to top