Class KubernetesSpyResource

    • Constructor Detail

      • KubernetesSpyResource

        public KubernetesSpyResource()
    • Method Detail

      • getAliases

        public java.util.Set<java.lang.String> getAliases()
        Description copied from class: Layer
        Return the string set with all the aliases for this implementation.
        Overrides:
        getAliases in class Layer
        Returns:
        Aliases for this implementation.
      • create

        public java.util.Map<java.lang.String,​java.lang.Object> create​(java.util.Map<java.lang.String,​java.lang.Object> object)
        Description copied from interface: CreateLayerInterface
        This method implements the creation of the resource.
        Specified by:
        create in interface CreateLayerInterface<java.util.Map<java.lang.String,​java.lang.Object>>
        Parameters:
        object - Object to represents an instance of the resource.
        Returns:
        The instance of the resource.
      • readRows

        public java.util.Collection<JoinableMap> readRows​(Queryable queryable)
        Description copied from interface: ReadRowsLayerInterface
        This method implements the read operation using the filters specified in the query and return a collection of maps.
        Specified by:
        readRows in interface ReadRowsLayerInterface
        Parameters:
        queryable - Instance that contains all the information to evaluate a query.
        Returns:
        Return the list with the instances founded.