Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for revision2 (0.97 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Specifies the configuration for Security Token Service.
    	Sts *STSConfig `protobuf:"bytes,58,opt,name=sts,proto3" json:"sts,omitempty"`
    	// Configures the revision this control plane is a part of
    	Revision string `protobuf:"bytes,59,opt,name=revision,proto3" json:"revision,omitempty"`
    	// Controls whether the in-cluster MTLS key and certs are loaded from the secret volume mounts.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field Revision", wireType)
    			}
    			m.Revision = 0
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				m.Revision |= int64(b&0x7F) << shift
    				if b < 0x80 {
    					break
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.20.md

    - Kubectl rollout history sts/sts-name --revision=some-revision will start showing the detailed view of  the sts on that specified revision ([#86506](https://github.com/kubernetes/kubernetes/pull/86506), [@dineshba](https://github.com/dineshba)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

    - Fixed ability for admin/edit/view users to see controller revisions, needed for kubectl rollout commands ([#70699](https://github.com/kubernetes/kubernetes/pull/70699), [@liggitt](https://github.com/liggitt))
    - `kubectl rollout undo` now returns errors when attempting to rollback a deployment to a non-existent revision ([#70039](https://github.com/kubernetes/kubernetes/pull/70039), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    type GitRepoVolumeSource struct {
    	// repository is the URL
    	Repository string `json:"repository" protobuf:"bytes,1,opt,name=repository"`
    	// revision is the commit hash for the specified revision.
    	// +optional
    	Revision string `json:"revision,omitempty" protobuf:"bytes,2,opt,name=revision"`
    	// directory is the target directory name.
    	// Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

    // into the Pod's container.
    message GitRepoVolumeSource {
      // repository is the URL
      optional string repository = 1;
    
      // revision is the commit hash for the specified revision.
      // +optional
      optional string revision = 2;
    
      // directory is the target directory name.
      // Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"repository": "repository is the URL",
    	"revision":   "revision is the commit hash for the specified revision.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

    // into the Pod's container.
    message GitRepoVolumeSource {
      // repository is the URL
      optional string repository = 1;
    
      // revision is the commit hash for the specified revision.
      // +optional
      optional string revision = 2;
    
      // directory is the target directory name.
      // Must not contain or start with '..'.  If '.' is supplied, the volume directory will be the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. pkg/apis/core/v1/zz_generated.conversion.go

    }
    
    func autoConvert_v1_GitRepoVolumeSource_To_core_GitRepoVolumeSource(in *v1.GitRepoVolumeSource, out *core.GitRepoVolumeSource, s conversion.Scope) error {
    	out.Repository = in.Repository
    	out.Revision = in.Revision
    	out.Directory = in.Directory
    	return nil
    }
    
    // Convert_v1_GitRepoVolumeSource_To_core_GitRepoVolumeSource is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.12.md

    * fix detach azure disk issue due to dirty cache ([#71495](https://github.com/kubernetes/kubernetes/pull/71495), [@andyzhangx](https://github.com/andyzhangx))
    * Fixes ability for admin/edit/view users to see controller revisions, needed for kubectl rollout commands ([#70699](https://github.com/kubernetes/kubernetes/pull/70699), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
Back to top