Documentation
¶
Index ¶
- Constants
- func ServiceName(clusterName string) string
- type Server
- func (s *Server) Config(init bool, serviceIP string) (*v1.Secret, error)
- func (s *Server) Ingress(ctx context.Context, client client.Client) (*networkingv1.Ingress, error)
- func (s *Server) Service(cluster *v1alpha1.Cluster) *v1.Service
- func (s *Server) StatefulServer(ctx context.Context) (*apps.StatefulSet, error)
- func (s *Server) StatefulServerService() *v1.Service
Constants ¶
View Source
const ( ServerPort = 6443 EphermalNodesType = "ephermal" DynamicNodesType = "dynamic" )
Variables ¶
This section is empty.
Functions ¶
func ServiceName ¶ added in v0.3.0
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server
func (*Server) StatefulServer ¶
func (*Server) StatefulServerService ¶
Click to show internal directories.
Click to hide internal directories.