Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for extraValue (0.25 sec)

  1. staging/src/k8s.io/api/authorization/v1/zz_generated.deepcopy.go

    func (in ExtraValue) DeepCopyInto(out *ExtraValue) {
    	{
    		in := &in
    		*out = make(ExtraValue, len(*in))
    		copy(*out, *in)
    		return
    	}
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtraValue.
    func (in ExtraValue) DeepCopy() ExtraValue {
    	if in == nil {
    		return nil
    	}
    	out := new(ExtraValue)
    	in.DeepCopyInto(out)
    	return *out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 11.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/authorization/v1beta1/zz_generated.deepcopy.go

    func (in ExtraValue) DeepCopyInto(out *ExtraValue) {
    	{
    		in := &in
    		*out = make(ExtraValue, len(*in))
    		copy(*out, *in)
    		return
    	}
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtraValue.
    func (in ExtraValue) DeepCopy() ExtraValue {
    	if in == nil {
    		return nil
    	}
    	out := new(ExtraValue)
    	in.DeepCopyInto(out)
    	return *out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 11.2K bytes
    - Viewed (0)
  3. pkg/apis/authorization/zz_generated.deepcopy.go

    func (in ExtraValue) DeepCopyInto(out *ExtraValue) {
    	{
    		in := &in
    		*out = make(ExtraValue, len(*in))
    		copy(*out, *in)
    		return
    	}
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtraValue.
    func (in ExtraValue) DeepCopy() ExtraValue {
    	if in == nil {
    		return nil
    	}
    	out := new(ExtraValue)
    	in.DeepCopyInto(out)
    	return *out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 11.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/authentication/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ExtraValue) Reset()      { *m = ExtraValue{} }
    func (*ExtraValue) ProtoMessage() {}
    func (*ExtraValue) Descriptor() ([]byte, []int) {
    	return fileDescriptor_fdc2de40fd7f3b21, []int{0}
    }
    func (m *ExtraValue) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExtraValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go

    		Path: in.Path,
    		Verb: in.Verb,
    	}
    }
    
    func v1ExtraToV1beta1Extra(in map[string]authorizationv1.ExtraValue) map[string]authorizationv1beta1.ExtraValue {
    	if in == nil {
    		return nil
    	}
    	ret := make(map[string]authorizationv1beta1.ExtraValue, len(in))
    	for k, v := range in {
    		ret[k] = authorizationv1beta1.ExtraValue(v)
    	}
    	return ret
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1beta1/types.go

    	LegacyUnknownSignerName = "kubernetes.io/legacy-unknown"
    )
    
    // ExtraValue masks the value so protobuf can generate
    // +protobuf.nullable=true
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    type ExtraValue []string
    
    func (t ExtraValue) String() string {
    	return fmt.Sprintf("%v", []string(t))
    }
    
    type CertificateSigningRequestStatus struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/authentication/v1/types.go

    	// +optional
    	Extra map[string]ExtraValue `json:"extra,omitempty" protobuf:"bytes,4,rep,name=extra"`
    }
    
    // ExtraValue masks the value so protobuf can generate
    // +protobuf.nullable=true
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    type ExtraValue []string
    
    func (t ExtraValue) String() string {
    	return fmt.Sprintf("%v", []string(t))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. pkg/apis/certificates/types.go

    	// as client certs, but that behavior is not standard kubernetes behavior.
    	LegacyUnknownSignerName = "kubernetes.io/legacy-unknown"
    )
    
    // ExtraValue masks the value so protobuf can generate
    type ExtraValue []string
    
    type CertificateSigningRequestStatus struct {
    	// Conditions applied to the request, such as approval or denial.
    	// +optional
    	Conditions []CertificateSigningRequestCondition
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authorization/v1/types.go

    	// +optional
    	Extra map[string]ExtraValue `json:"extra,omitempty" protobuf:"bytes,5,rep,name=extra"`
    	// UID information about the requesting user.
    	// +optional
    	UID string `json:"uid,omitempty" protobuf:"bytes,6,opt,name=uid"`
    }
    
    // ExtraValue masks the value so protobuf can generate
    // +protobuf.nullable=true
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    type ExtraValue []string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

    // Package-wide variables from generator "generated".
    option go_package = "k8s.io/api/authorization/v1beta1";
    
    // ExtraValue masks the value so protobuf can generate
    // +protobuf.nullable=true
    // +protobuf.options.(gogoproto.goproto_stringer)=false
    message ExtraValue {
      // items, if empty, will result in an empty slice
    
      repeated string items = 1;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top