Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for StatefulSetUpdateStrategyType (0.3 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetupdatestrategy.go

    // with apply.
    type StatefulSetUpdateStrategyApplyConfiguration struct {
    	Type          *v1beta2.StatefulSetUpdateStrategyType              `json:"type,omitempty"`
    	RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetupdatestrategy.go

    // StatefulSetUpdateStrategyApplyConfiguration represents an declarative configuration of the StatefulSetUpdateStrategy type for use
    // with apply.
    type StatefulSetUpdateStrategyApplyConfiguration struct {
    	Type          *v1.StatefulSetUpdateStrategyType                   `json:"type,omitempty"`
    	RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go

    // with apply.
    type StatefulSetUpdateStrategyApplyConfiguration struct {
    	Type          *v1beta1.StatefulSetUpdateStrategyType              `json:"type,omitempty"`
    	RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.3K bytes
    - Viewed (0)
Back to top