Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 56 for app3 (0.06 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "gateway.podLabels" -}} {{ include "gateway.selectorLabels" . }} {{- range $key, $val := .Values.labels }} {{- if not (or (eq $key "app") (eq $key "istio")) }} {{ $key | quote }}: {{ $val | quote }} {{- end }} {{- end }} {{- end }} {{- define "gateway.selectorLabels" -}} {{- if hasKey .Values.labels "app" }} {{- with .Values.labels.app }}app: {{.|quote}} {{- end}} {{- else }}app: {{ include "gateway.name" . }} {{- end }} {{- if hasKey .Values.labels "istio" }} {{- with .Values.labels.istio }} istio: {{.|quote}} {{-...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: grafana
      namespace: istio-system
      labels:
        helm.sh/chart: grafana-8.0.1
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
    spec:
      replicas: 1
      revisionHistoryLimit: 10
      selector:
        matchLabels:
          app.kubernetes.io/name: grafana
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "Standard object metadata."
            },
            "spec": {
              "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentSpec",
              "description": "Specification of the desired behavior of the Deployment."
            },
            "status": {
              "$ref": "#/definitions/io.k8s.api.apps.v1.DeploymentStatus",
              "description": "Most recently observed status of the Deployment."
            }
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  4. fastapi/routing.py

    
    class APIRouter(routing.Router):
        """
        `APIRouter` class, used to group *path operations*, for example to structure
        an app in multiple files. It would then be included in the `FastAPI` app, or
        in another `APIRouter` (ultimately included in the app).
    
        Read more about it in the
        [FastAPI docs for Bigger Applications - Multiple Files](https://fastapi.tiangolo.com/tutorial/bigger-applications/).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:48:51 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    	proto.RegisterType((*ControllerRevisionList)(nil), "k8s.io.api.apps.v1beta1.ControllerRevisionList")
    	proto.RegisterType((*Deployment)(nil), "k8s.io.api.apps.v1beta1.Deployment")
    	proto.RegisterType((*DeploymentCondition)(nil), "k8s.io.api.apps.v1beta1.DeploymentCondition")
    	proto.RegisterType((*DeploymentList)(nil), "k8s.io.api.apps.v1beta1.DeploymentList")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Jeff Wheelhouse <******@****.***>
    nfshost.com
    
    // Noop : https://noop.app
    // Submitted by Nathaniel Schweinberg <******@****.***>
    *.developer.app
    noop.app
    
    // Northflank Ltd. : https://northflank.com/
    // Submitted by Marco Suter <******@****.***>
    *.northflank.app
    *.build.run
    *.code.run
    *.database.run
    *.migration.run
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    	proto.RegisterType((*DeploymentSpec)(nil), "k8s.io.api.apps.v1beta2.DeploymentSpec")
    	proto.RegisterType((*DeploymentStatus)(nil), "k8s.io.api.apps.v1beta2.DeploymentStatus")
    	proto.RegisterType((*DeploymentStrategy)(nil), "k8s.io.api.apps.v1beta2.DeploymentStrategy")
    	proto.RegisterType((*ReplicaSet)(nil), "k8s.io.api.apps.v1beta2.ReplicaSet")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.pb.go

    	proto.RegisterType((*DaemonSetStatus)(nil), "k8s.io.api.apps.v1.DaemonSetStatus")
    	proto.RegisterType((*DaemonSetUpdateStrategy)(nil), "k8s.io.api.apps.v1.DaemonSetUpdateStrategy")
    	proto.RegisterType((*Deployment)(nil), "k8s.io.api.apps.v1.Deployment")
    	proto.RegisterType((*DeploymentCondition)(nil), "k8s.io.api.apps.v1.DeploymentCondition")
    	proto.RegisterType((*DeploymentList)(nil), "k8s.io.api.apps.v1.DeploymentList")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  9. pkg/config/validation/validation_test.go

    				Selector: &api.WorkloadSelector{
    					MatchLabels: map[string]string{
    						"app":     "",
    						"version": "v1",
    					},
    				},
    			},
    			valid: true,
    		},
    		{
    			name: "selector-empty-key",
    			in: &security_beta.AuthorizationPolicy{
    				Selector: &api.WorkloadSelector{
    					MatchLabels: map[string]string{
    						"app": "httpbin",
    						"":    "v1",
    					},
    				},
    			},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers.go

    */
    
    package internalversion
    
    import (
    	"bytes"
    	"fmt"
    	"net"
    	"sort"
    	"strconv"
    	"strings"
    	"time"
    
    	apiserverinternalv1alpha1 "k8s.io/api/apiserverinternal/v1alpha1"
    	appsv1beta1 "k8s.io/api/apps/v1beta1"
    	autoscalingv1 "k8s.io/api/autoscaling/v1"
    	autoscalingv2beta1 "k8s.io/api/autoscaling/v2beta1"
    	batchv1 "k8s.io/api/batch/v1"
    	batchv1beta1 "k8s.io/api/batch/v1beta1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top