Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for DeploymentRollback (0.3 sec)

  1. staging/src/k8s.io/api/apps/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *DeploymentRollback) APILifecycleDeprecated() (major, minor int) {
    	return 1, 8
    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 13K bytes
    - Viewed (0)
  2. pkg/registry/apps/deployment/storage/storage_test.go

    	}
    }
    
    func TestEtcdCreateDeploymentRollback(t *testing.T) {
    	testCases := map[string]struct {
    		rollback apps.DeploymentRollback
    		errOK    func(error) bool
    	}{
    		"normal": {
    			rollback: apps.DeploymentRollback{
    				Name:               name,
    				UpdatedAnnotations: map[string]string{},
    				RollbackTo:         apps.RollbackConfig{Revision: 1},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:17:45 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1beta1/zz_generated.deepcopy.go

    func (in *DeploymentRollback) DeepCopy() *DeploymentRollback {
    	if in == nil {
    		return nil
    	}
    	out := new(DeploymentRollback)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *DeploymentRollback) DeepCopyObject() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 18.5K bytes
    - Viewed (0)
  4. pkg/registry/apps/deployment/storage/storage.go

    	rollback, ok := obj.(*apps.DeploymentRollback)
    	if !ok {
    		return nil, errors.NewBadRequest(fmt.Sprintf("not a DeploymentRollback: %#v", obj))
    	}
    
    	if errs := appsvalidation.ValidateDeploymentRollback(rollback); len(errs) != 0 {
    		return nil, errors.NewInvalid(apps.Kind("DeploymentRollback"), rollback.Name, errs)
    	}
    	if name != rollback.Name {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 16.8K bytes
    - Viewed (0)
  5. pkg/apis/apps/zz_generated.deepcopy.go

    func (in *DeploymentRollback) DeepCopy() *DeploymentRollback {
    	if in == nil {
    		return nil
    	}
    	out := new(DeploymentRollback)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *DeploymentRollback) DeepCopyObject() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:09 UTC 2022
    - 24.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go

    func (in *DeploymentRollback) DeepCopy() *DeploymentRollback {
    	if in == nil {
    		return nil
    	}
    	out := new(DeploymentRollback)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *DeploymentRollback) DeepCopyObject() runtime.Object {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go

    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *DeploymentRollback) APILifecycleIntroduced() (major, minor int) {
    	return 1, 2
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // Items is the list of Deployments.
      repeated Deployment items = 2;
    }
    
    // DEPRECATED.
    // DeploymentRollback stores the information required to rollback a deployment.
    message DeploymentRollback {
      // Required: This must match the Name of a deployment.
      optional string name = 1;
    
      // The annotations to be updated to a deployment
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta1/types.go

    // +k8s:prerelease-lifecycle-gen:deprecated=1.8
    // +k8s:prerelease-lifecycle-gen:removed=1.16
    // +k8s:prerelease-lifecycle-gen:replacement=apps,v1,DeploymentRollback
    
    // DEPRECATED.
    // DeploymentRollback stores the information required to rollback a deployment.
    type DeploymentRollback struct {
    	metav1.TypeMeta `json:",inline"`
    	// Required: This must match the Name of a deployment.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // is considered to match if either object matches the selector. A null
      // object (oldObject in the case of create, or newObject in the case of
      // delete) or an object that cannot have labels (like a
      // DeploymentRollback or a PodProxyOptions object) is not considered to
      // match.
      // Use the object selector only if the webhook is opt-in, because end
      // users may skip the admission webhook by setting the labels.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top