- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 1,515 for isto (0.04 sec)
-
istioctl/pkg/version/version.go
"github.com/spf13/pflag" "google.golang.org/protobuf/types/known/structpb" "istio.io/istio/istioctl/pkg/cli" "istio.io/istio/istioctl/pkg/clioptions" "istio.io/istio/istioctl/pkg/multixds" "istio.io/istio/pilot/pkg/model" "istio.io/istio/pilot/pkg/xds" "istio.io/istio/pkg/proxy" istioVersion "istio.io/istio/pkg/version" ) func NewVersionCommand(ctx cli.Context) *cobra.Command {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Jul 29 21:11:35 UTC 2024 - 8.3K bytes - Viewed (0) -
istioctl/pkg/tag/generate_test.go
"k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/serializer" "istio.io/api/label" "istio.io/istio/pkg/kube" "istio.io/istio/pkg/test/env" "istio.io/istio/pkg/test/util/assert" ) var ( defaultRevisionCanonicalWebhook = admitv1.MutatingWebhookConfiguration{ ObjectMeta: metav1.ObjectMeta{ Name: "istio-sidecar-injector", Labels: map[string]string{label.IoIstioRev.Name: "default"}, },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 12.1K bytes - Viewed (0) -
istioctl/pkg/kubeinject/testdata/deployment/hello.yaml.injected
name: hello ports: - containerPort: 80 name: http resources: {} - image: docker.io/istio/proxy_debug:unittest name: istio-proxy resources: {} initContainers: - image: docker.io/istio/proxy_init:unittest-test name: istio-init resources: {} status: {}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1K bytes - Viewed (0) -
istioctl/pkg/kubeinject/testdata/deployment/hello.yaml.iop.injected
name: hello ports: - containerPort: 80 name: http resources: {} - image: docker.io/istio/proxy_debug:unittest name: istio-proxy resources: {} initContainers: - image: docker.io/istio/proxy_init:unittest-testiop name: istio-init resources: {} status: {}
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 1.1K bytes - Viewed (0) -
CODEOWNERS
/pkg/istio-agent/ @istio/wg-networking-maintainers @istio/wg-security-maintainers /pkg/keepalive/ @istio/wg-networking-maintainers /pkg/monitoring/ @istio/wg-networking-maintainers @istio/wg-policies-and-telemetry-maintainers
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Apr 22 19:22:33 UTC 2024 - 7.2K bytes - Viewed (0) -
manifests/charts/base/Chart.yaml
apiVersion: v2 name: base # This version is never actually shipped. istio/release-builder will replace it at build-time # with the appropriate version version: 1.0.0 appVersion: 1.0.0 description: Helm chart for deploying Istio cluster resources and CRDs keywords: - istio sources: - https://github.com/istio/istio
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon May 20 18:29:34 UTC 2024 - 378 bytes - Viewed (0) -
istioctl/pkg/authz/authz.go
"context" "fmt" "io" "os" "github.com/spf13/cobra" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "istio.io/istio/istioctl/pkg/cli" "istio.io/istio/istioctl/pkg/completion" "istio.io/istio/istioctl/pkg/util" "istio.io/istio/istioctl/pkg/util/configdump" "istio.io/istio/pkg/kube" "istio.io/istio/pkg/log" ) var configDumpFile string func checkCmd(ctx cli.Context) *cobra.Command { cmd := &cobra.Command{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 5K bytes - Viewed (0) -
manifests/charts/README.md
```bash iop istio-control istio-discovery $IBASE/istio-control/istio-discovery \ --set global.istioNamespace=istio-system # Second istio-discovery, using master version of istio TAG=latest HUB=gcr.io/istio-testing iop istio-master istio-discovery-master $IBASE/istio-control/istio-discovery \ --set policy.enable=false \
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 16:56:50 UTC 2024 - 7.4K bytes - Viewed (0) -
istioctl/pkg/checkinject/checkinject_test.go
{ Name: "istio-sidecar-injector", Revision: "default", Reason: "No matching namespace labels (istio.io/rev=default, istio-injection=enabled) " + "or pod labels (istio.io/rev=default, sidecar.istio.io/inject=true)", }, { Name: "istio-sidecar-injector-1-16", Revision: "1-16", Reason: "No matching namespace labels (istio.io/rev=1-16) or pod labels (istio.io/rev=1-16)",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 10.6K bytes - Viewed (0) -
cni/pkg/monitoring/monitoring.go
// See the License for the specific language governing permissions and // limitations under the License. package monitoring import ( "fmt" "net" "net/http" "istio.io/istio/pkg/log" "istio.io/istio/pkg/monitoring" "istio.io/istio/pkg/network" ) func SetupMonitoring(port int, path string, stop <-chan struct{}) { if port <= 0 { return } mux := http.NewServeMux() var listener net.Listener
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jun 09 07:54:01 UTC 2023 - 1.5K bytes - Viewed (0)