Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 163 for HorizontalPodAutoscaler (0.5 sec)

  1. pkg/registry/autoscaling/horizontalpodautoscaler/doc.go

    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.
    */
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 13:14:38 UTC 2016
    - 682 bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/v2/defaults_test.go

    		})
    	}
    }
    
    func TestHorizontalPodAutoscalerAnnotations(t *testing.T) {
    	tests := []struct {
    		hpa  autoscalingv2.HorizontalPodAutoscaler
    		test string
    	}{
    		{
    			hpa: autoscalingv2.HorizontalPodAutoscaler{
    				ObjectMeta: metav1.ObjectMeta{
    					Annotations: map[string]string{
    						autoscaling.HorizontalPodAutoscalerConditionsAnnotation: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

            "x-kubernetes-group-version-kind": {
              "group": "autoscaling",
              "kind": "HorizontalPodAutoscaler",
              "version": "v1"
            }
          },
          "get": {
            "description": "list or watch objects of kind HorizontalPodAutoscaler",
            "operationId": "listAutoscalingV1NamespacedHorizontalPodAutoscaler",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  4. releasenotes/notes/30203.yaml

    apiVersion: release-notes/v2
    kind: bug-fix 
    area: installation
    issue:
      - 30203
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 20 16:24:36 UTC 2021
    - 243 bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "format": "int32",
                "type": "integer"
              }
            },
            "type": "object"
          },
          "io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler": {
            "description": "HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  6. pkg/apis/autoscaling/v2beta2/defaults_test.go

    		})
    	}
    }
    
    func TestHorizontalPodAutoscalerAnnotations(t *testing.T) {
    	tests := []struct {
    		hpa  autoscalingv2.HorizontalPodAutoscaler
    		test string
    	}{
    		{
    			hpa: autoscalingv2.HorizontalPodAutoscaler{
    				ObjectMeta: metav1.ObjectMeta{
    					Annotations: map[string]string{
    						autoscaling.HorizontalPodAutoscalerConditionsAnnotation: "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  7. pkg/apis/autoscaling/v2beta1/conversion_test.go

    			obj2: &v2beta1.ResourceMetricSource{},
    		},
    		{
    			obj1: &autoscaling.ResourceMetricStatus{},
    			obj2: &v2beta1.ResourceMetricStatus{},
    		},
    		{
    			obj1: &autoscaling.HorizontalPodAutoscaler{},
    			obj2: &v2beta1.HorizontalPodAutoscaler{},
    		},
    		{
    			obj1: &autoscaling.MetricTarget{},
    			obj2: &v2beta1.CrossVersionObjectReference{},
    		},
    	}
    	for _, testCase := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 24 18:21:00 UTC 2019
    - 2.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go

    func (in *HorizontalPodAutoscaler) DeepCopyInto(out *HorizontalPodAutoscaler) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Spec.DeepCopyInto(&out.Spec)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HorizontalPodAutoscaler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go

    func (in *HorizontalPodAutoscaler) DeepCopyInto(out *HorizontalPodAutoscaler) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Spec.DeepCopyInto(&out.Spec)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HorizontalPodAutoscaler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 16.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go

    func (in *HorizontalPodAutoscaler) DeepCopyInto(out *HorizontalPodAutoscaler) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    	in.Spec.DeepCopyInto(&out.Spec)
    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HorizontalPodAutoscaler.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.8K bytes
    - Viewed (0)
Back to top