Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrintClusterDump (0.09 sec)

  1. istioctl/pkg/writer/envoy/configdump/cluster.go

    						describeManagement(c.GetMetadata()))
    				}
    			}
    		}
    	}
    	return w.Flush()
    }
    
    // PrintClusterDump prints the relevant clusters in the config dump to the ConfigWriter stdout
    func (c *ConfigWriter) PrintClusterDump(filter ClusterFilter, outputFormat string) error {
    	_, clusters, err := c.setupClusterConfigWriter()
    	if err != nil {
    		return err
    	}
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu May 11 05:38:17 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top