- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for istioversion (0.14 sec)
-
istioctl/pkg/version/version.go
} return &istioVersion.MeshInfo{ istioVersion.ServerInfo{ Component: cpID.Component, Info: cpID.Info, Revision: opts.Revision, }, }, nil } } func xdsProxyVersionWrapper(xdsResponse **discovery.DiscoveryResponse) func() (*[]istioVersion.ProxyInfo, error) { return func() (*[]istioVersion.ProxyInfo, error) { pi := []istioVersion.ProxyInfo{}
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/writer/envoy/configdump/configdump.go
if err != nil { return err } var ( istioVersion, istioProxySha = c.getIstioVersionInfo(bootstrapDump) envoyVersion = c.getUserAgentVersionInfo(bootstrapDump) tw = tabwriter.NewWriter(c.Stdout, 0, 8, 1, ' ', 0) ) if len(istioVersion) > 0 { fmt.Fprintf(tw, "Istio Version:\t%s\n", istioVersion) } if len(istioProxySha) > 0 {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Feb 29 20:46:41 UTC 2024 - 7.4K bytes - Viewed (0) -
cni/cmd/istio-cni/main.go
package main import ( "fmt" "os" "github.com/containernetworking/cni/pkg/skel" "github.com/containernetworking/cni/pkg/version" "istio.io/istio/cni/pkg/plugin" "istio.io/istio/pkg/log" istioversion "istio.io/istio/pkg/version" ) func main() { if err := runPlugin(); err != nil { os.Exit(1) } } func runPlugin() error {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 16:26:35 UTC 2024 - 2K bytes - Viewed (0) -
istioctl/pkg/writer/pilot/status_test.go
"istio.io/istio/pilot/pkg/model" "istio.io/istio/pilot/pkg/util/protoconv" "istio.io/istio/pilot/pkg/xds" v3 "istio.io/istio/pilot/pkg/xds/v3" "istio.io/istio/pkg/cluster" "istio.io/istio/pkg/test/util/assert" istioversion "istio.io/istio/pkg/version" "istio.io/istio/tests/util" ) func TestXdsStatusWriter_PrintAll(t *testing.T) { tests := []struct { name string input map[string]*discovery.DiscoveryResponse
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 14 19:36:19 UTC 2024 - 6.5K bytes - Viewed (0) -
istioctl/pkg/multixds/gather.go
ID: "MISSING", Info: istioversion.BuildInfo{ Version: "MISSING CP ID", }, } } cpID := pilotxds.IstioControlPlaneInstance{} err := json.Unmarshal([]byte(xdsResponse.ControlPlane.Identifier), &cpID) if err != nil { return pilotxds.IstioControlPlaneInstance{ Component: "INVALID", ID: "INVALID", Info: istioversion.BuildInfo{ Version: "INVALID CP ID", },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.6K bytes - Viewed (0) -
istioctl/pkg/writer/pilot/status.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jun 21 22:47:20 UTC 2024 - 6.5K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/bootstrapdump.json
{ "bootstrap": { "node": { "metadata": { "ISTIO_PROXY_SHA": "istio-proxy:436f365a8007cd8a13a9f1321e7cce94bcc8883e", "ISTIO_VERSION": "1.10.0" }, "userAgentBuildVersion": { "version": { "majorNumber": 1, "minorNumber": 18, "patch": 3 }, "metadata": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu May 05 11:02:00 UTC 2022 - 739 bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/configdump.json
"bootstrap": { "node": { "metadata": { "ISTIO_PROXY_SHA": "istio-proxy:436f365a8007cd8a13a9f1321e7cce94bcc8883e", "ISTIO_VERSION": "1.10.0" }, "userAgentBuildVersion": { "version": { "majorNumber": 1, "minorNumber": 18, "patch": 3 },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jun 15 05:44:44 UTC 2021 - 742 bytes - Viewed (0) -
istioctl/pkg/proxyconfig/testdata/config_dump.json
"id": "waypoint~192.168.252.229~httpbin-istio-waypoint-58f646c5ff-dbfkz.default~default.svc.cluster.local", "metadata": { "ISTIO_PROXY_SHA": "ee85c5f28702f00621aed895915fca565796b9e4", "ISTIO_VERSION": "1.21.0-1226", "metadata": { "build.type": "RELEASE", "build.label": "dev", "revision.sha": "ee85c5f28702f00621aed895915fca565796b9e4",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jan 03 23:08:06 UTC 2024 - 54.8K bytes - Viewed (0)