Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for minAvailable (0.13 sec)

  1. pkg/controller/disruption/disruption_test.go

    			Name:            "foobar",
    			Namespace:       metav1.NamespaceDefault,
    			ResourceVersion: "18",
    		},
    		Spec: policy.PodDisruptionBudgetSpec{
    			MinAvailable: &minAvailable,
    			Selector:     newSelFooBar(),
    		},
    	}
    
    	pdbName, err := controller.KeyFunc(pdb)
    	if err != nil {
    		t.Fatalf("Unexpected error naming pdb %q: %v", pdb.Name, err)
    	}
    
    	return pdb, pdbName
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

    //
    // See https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
    message DefaultPodDisruptionBudgetConfig {
      // Controls whether a PodDisruptionBudget with a default minAvailable value of 1 is created for each deployment.
      google.protobuf.BoolValue enabled = 1;
    }
    
    // DefaultResourcesConfig specifies the default k8s resources settings for all Istio control plane components.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top