aks-node-controller/proto/aksnodeconfig/v1/teleport_config.proto (9 lines of code) (raw):
syntax = "proto3";
package aksnodeconfig.v1;
option go_package = "github.com/Azure/agentbaker/aks-node-controller/pkg/gen/aksnodeconfig/v1;aksnodeconfigv1";
message TeleportConfig {
// The status of the teleportd plugin. If true, the plugin is enabled.
bool status = 1;
// The URL to download the teleportd plugin.
string teleportd_plugin_download_url = 2;
}