Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 224 for conditional (0.35 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package reconciler
    
    import (
    	"context"
    	"fmt"
    	"sync"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  2. pkg/registry/core/pod/strategy_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			Strategy.PrepareForCreate(genericapirequest.NewContext(), tt.pod)
    			var got api.PodCondition
    			for _, condition := range tt.pod.Status.Conditions {
    				if condition.Type == api.PodScheduled {
    					got = condition
    					break
    				}
    			}
    
    			if diff := cmp.Diff(tt.want, got); diff != "" {
    				t.Errorf("unexpected field errors (-want, +got):\n%s", diff)
    			}
    		})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

              "phase": "phaseValue",
              "accessModes": [
                "accessModesValue"
              ],
              "capacity": {
                "capacityKey": "0"
              },
              "conditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.conversion.go

    	out.Conditions = *(*[]apiextensions.CustomResourceDefinitionCondition)(unsafe.Pointer(&in.Conditions))
    	if err := Convert_v1_CustomResourceDefinitionNames_To_apiextensions_CustomResourceDefinitionNames(&in.AcceptedNames, &out.AcceptedNames, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/zz_generated.conversion.go

    	out.Conditions = *(*[]apiextensions.CustomResourceDefinitionCondition)(unsafe.Pointer(&in.Conditions))
    	if err := Convert_v1beta1_CustomResourceDefinitionNames_To_apiextensions_CustomResourceDefinitionNames(&in.AcceptedNames, &out.AcceptedNames, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 71.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

              "phase": "phaseValue",
              "accessModes": [
                "accessModesValue"
              ],
              "capacity": {
                "capacityKey": "0"
              },
              "conditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    			expectedErr:     "",
    		},
    		{
    			name: "match conditions with invalid expressions",
    			matchConditions: []api.WebhookMatchCondition{
    				{
    					Expression: "  ",
    				},
    			},
    			featureEnabled: true,
    			expectedErr:    "matchConditions[0].expression: Required value",
    		},
    		{
    			name: "match conditions with duplicate expressions",
    			matchConditions: []api.WebhookMatchCondition{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

              "phase": "phaseValue",
              "accessModes": [
                "accessModesValue"
              ],
              "capacity": {
                "capacityKey": "0"
              },
              "conditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

              "phase": "phaseValue",
              "accessModes": [
                "accessModesValue"
              ],
              "capacity": {
                "capacityKey": "0"
              },
              "conditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

              "phase": "phaseValue",
              "accessModes": [
                "accessModesValue"
              ],
              "capacity": {
                "capacityKey": "0"
              },
              "conditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
Back to top