Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for web (0.16 sec)

  1. istioctl/pkg/dashboard/dashboard.go

    	cmd := &cobra.Command{
    		Use:   "controlz [<type>/]<name>[.<namespace>]",
    		Short: "Open ControlZ web UI",
    		Long:  `Open the ControlZ web UI for a pod in the Istio control plane`,
    		Example: `  # Open ControlZ web UI for the istiod-123-456.istio-system pod
      istioctl dashboard controlz istiod-123-456.istio-system
    
      # Open ControlZ web UI for the istiod-56dd66799-jfdvs pod in a custom namespace
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Apr 15 01:29:35 GMT 2024
    - 20.5K bytes
    - Viewed (0)
  2. cni/pkg/nodeagent/healthServer.go

    // limitations under the License.
    
    package nodeagent
    
    import (
    	"net/http"
    	"sync/atomic"
    
    	"istio.io/istio/cni/pkg/constants"
    )
    
    // StartHealthServer initializes and starts a web server that exposes liveness and readiness endpoints at port 8000.
    func StartHealthServer() (installReady *atomic.Value, watchReady *atomic.Value) {
    	router := http.NewServeMux()
    	installReady, watchReady = initRouter(router)
    
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Apr 15 01:29:35 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/apps/v1beta1/generated.proto

      // of the StatefulSet. Each pod will be named with the format
      // <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
      // "web" with index number "3" would be named "web-3".
      optional k8s.io.api.core.v1.PodTemplateSpec template = 3;
    
      // volumeClaimTemplates is a list of claims that pods are allowed to reference.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24K bytes
    - Viewed (0)
  4. istioctl/pkg/dashboard/dashboard_test.go

    )
    
    func TestDashboard(t *testing.T) {
    	cases := []testutil.TestCase{
    		{ // case 0
    			Args:           strings.Split("--browser=false", " "),
    			ExpectedRegexp: regexp.MustCompile("Access to Istio web UIs"),
    		},
    		{ // case 1
    			Args:           strings.Split("invalid --browser=false", " "),
    			ExpectedRegexp: regexp.MustCompile(`unknown dashboard "invalid"`),
    			WantException:  true,
    		},
    		{ // case 2
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Nov 21 01:17:24 GMT 2023
    - 4.3K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/apps/v1beta2/generated.proto

      // of the StatefulSet. Each pod will be named with the format
      // <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
      // "web" with index number "3" would be named "web-3".
      // The only allowed template.spec.restartPolicy value is "Always".
      optional k8s.io.api.core.v1.PodTemplateSpec template = 3;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 36.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    required: - name type: object type: array fromParams: description: List of query parameters from which JWT is expected. items: type: string type: array issuer: description: Identifies the issuer that issued the JWT. type: string jwks: description: JSON Web Key Set of public keys to validate signature of the JWT. type: string jwks_uri: description: URL of the provider's public key set to validate signature of the JWT. type: string jwksUri: description: URL of the provider's public key set to validate signature...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  7. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        issuer:
                          description: Identifies the issuer that issued the JWT.
                          type: string
                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 18:46:49 GMT 2024
    - 570.3K bytes
    - Viewed (0)
  8. manifests/charts/base/crds/crd-all.gen.yaml

                        issuer:
                          description: Identifies the issuer that issued the JWT.
                          type: string
                        jwks:
                          description: JSON Web Key Set of public keys to validate signature
                            of the JWT.
                          type: string
                        jwks_uri:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/apps/v1/generated.proto

      // of the StatefulSet. Each pod will be named with the format
      // <statefulsetname>-<podindex>. For example, a pod in a StatefulSet named
      // "web" with index number "3" would be named "web-3".
      // The only allowed template.spec.restartPolicy value is "Always".
      optional k8s.io.api.core.v1.PodTemplateSpec template = 3;
    
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 34.5K bytes
    - Viewed (0)
Back to top