Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,324 for v1alpha2 (0.32 sec)

  1. staging/src/k8s.io/api/resource/v1alpha2/doc.go

    limitations under the License.
    */
    
    // +k8s:openapi-gen=true
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    
    // +groupName=resource.k8s.io
    
    // Package v1alpha2 is the v1alpha2 version of the resource API.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 809 bytes
    - Viewed (0)
  2. pkg/apis/resource/v1alpha2/register.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1alpha2
    
    import (
    	"k8s.io/api/resource/v1alpha2"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    var (
    	localSchemeBuilder = &v1alpha2.SchemeBuilder
    	AddToScheme        = localSchemeBuilder.AddToScheme
    )
    
    func init() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/dra/state/zz_generated.deepcopy.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by deepcopy-gen. DO NOT EDIT.
    
    package state
    
    import (
    	v1alpha2 "k8s.io/api/resource/v1alpha2"
    	sets "k8s.io/apimachinery/pkg/util/sets"
    )
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:27 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/eastwest.yaml

    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      name: eastwestgateway-grpc
      namespace: istio-system
    spec:
      parentRefs:
      - name: eastwestgateway
        kind: Gateway
        sectionName: istiod-grpc
      rules:
      - backendRefs:
        - name: istiod
          port: 15012
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      name: eastwestgateway-webhook
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. pkg/apis/resource/install/install.go

    	"k8s.io/kubernetes/pkg/apis/resource/v1alpha2"
    )
    
    func init() {
    	Install(legacyscheme.Scheme)
    }
    
    // Install registers the API group and adds types to a scheme
    func Install(scheme *runtime.Scheme) {
    	utilruntime.Must(resource.AddToScheme(scheme))
    	utilruntime.Must(v1alpha2.AddToScheme(scheme))
    	utilruntime.Must(scheme.SetVersionPriority(v1alpha2.SchemeGroupVersion))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/version/helpers_test.go

    		v1, v2          string
    		expectedGreater bool
    	}{
    		{"v1", "v2", false},
    		{"v2", "v1", true},
    		{"v10", "v2", true},
    		{"v1", "v2alpha1", true},
    		{"v1", "v2beta1", true},
    		{"v1alpha2", "v1alpha1", true},
    		{"v1beta1", "v2alpha3", true},
    		{"v1alpha10", "v1alpha2", true},
    		{"v1beta10", "v1beta2", true},
    		{"foo", "v1beta2", false},
    		{"bar", "foo", true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 19 02:46:55 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/eastwest-remote.status.yaml.golden

      name: eastwestgateway
      namespace: istio-system
    spec: null
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      creationTimestamp: null
      name: eastwestgateway-grpc
      namespace: istio-system
    spec: null
    status:
      parents: []
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      creationTimestamp: null
      name: eastwestgateway-webhook
      namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 21:19:52 UTC 2023
    - 544 bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/reference-policy-tcp.yaml

    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: allowed-my-svc
      namespace: istio-system
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
        sectionName: my-svc
      rules:
      - backendRefs:
        - name: my-svc
          namespace: service
          port: 34000
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: not-allowed-echo
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/eastwest-remote.yaml

    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      name: eastwestgateway-grpc
      namespace: istio-system
    spec:
      parentRefs:
      - name: eastwestgateway
        kind: Gateway
        sectionName: istiod-grpc
      rules:
      - backendRefs:
        - name: istiod
          port: 15012
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      name: eastwestgateway-webhook
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/eastwest-labelport.yaml

    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      name: eastwestgateway-grpc
      namespace: istio-system
    spec:
      parentRefs:
      - name: eastwestgateway
        kind: Gateway
        sectionName: istiod-grpc
      rules:
      - backendRefs:
        - name: istiod
          port: 15012
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TLSRoute
    metadata:
      name: eastwestgateway-webhook
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top